NotFoundException

class NotFoundException(e: Throwable? = null)

Thrown when a file was not found. Catching this is useful when checking if a new index version exists and then falling back to an older version.

Constructors

Link copied to clipboard
constructor(e: Throwable? = null)